Niccolò Betto is an independent developer whose open-source utilities focus on smoothing the path between Windows and the Windows Subsystem for Linux. His catalog is presently anchored by WSL USB Manager, a minimalist desktop wrapper around Microsoft’s usbipd-win command-line tool that lets users attach and detach physical USB devices—flash drives, serial adapters, 3D printers, Arduino boards, smart-card readers—to a running WSL instance without memorizing PowerShell syntax. The program presents a searchable list of all bus-powered peripherals, shows real-time attachment status, and persists favorite pairings so that a webcam or FPGA probe can be re-linked automatically each time the distro starts. Typical use cases include flashing Android firmware from an Ubuntu toolchain, running ROS nodes that require laser-radar hardware, or debugging ARM microcontrollers through a GDB server living inside Debian on WSL. Although the portfolio is currently a single-title affair, the project’s architecture and issue tracker suggest future expansions into related interoperability niches such as Bluetooth forwarding, GPU pass-through, or filesystem mount helpers. Niccolò Betto’s software is available for free on get.nero.com, where downloads are routed through trusted Windows package sources like winget, always deliver the latest upstream build, and can be queued for batch installation alongside other applications.

WSL USB Manager

A fast and light GUI for usbipd-win. Manage connecting USB devices to WSL.

Details